home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 10 / Grapevine 10 (Disk 2 of 3).adf / sources / GVT_SoftwareError.s < prev    next >
Text File  |  1990-09-13  |  435b  |  23 lines

  1.     ; GVT_SoftwareError.s by Shagratt of LSD
  2.  
  3.     ; this is distributable ONLY with GRAPEVINE ISSUE 10.
  4.  
  5.     section    ddp,code
  6.  
  7.     incdir    "dh0:includes/"
  8.     include    "libraries/gvt.i"
  9.  
  10.     ; gvt call corrupts a1,a2,a3,a4,a5,a6,d0,d1
  11.     ; dont push onto stack or it guru's (!!!)
  12.  
  13.     gvtcall    $98    ; display software error requester
  14.             ; does not actualy software error!
  15.             ; on KS2.xx it kill task is selected
  16.             ; it kills this task!
  17.     clr.l    d0
  18.     rts
  19.     
  20.     
  21.     END
  22.  
  23.